ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / GridLayoutTagHelper<TControl> Class / GroupSpacing Property

In This Topic
    GroupSpacing Property (GridLayoutTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.GridLayout.GroupSpacing. Sets the spacing of the group in the grid layout. It is in pixels.
    Syntax
    'Declaration
     
    Public Property GroupSpacing As Integer
    public int GroupSpacing {get; set;}
    See Also